Fixed the sample wordlist format.#2
Open
rulingAnts wants to merge 5 commits into
Open
Conversation
rulingAnts
pushed a commit
that referenced
this pull request
Jul 2, 2026
…lt export (backlog #2) The app now consumes dekereke_core (path dependency). Importing a .dektask replaces the wordlist with the task's subset — entries keep their DkSyncIDs (task.json ID map, D2) — stores the task config, and unpacks bundled reference audio (task_audio/) and pictures. Plain-XML import returns the app to normal mode. Elicitation becomes task-driven when a task is active: visible prompt fields (first one large), playable reference columns resolved by the suffix rule (bundled as WAV or FLAC — D3's one exception), and writable columns collecting text and/or 16-bit mono WAV recordings named <SoundFile base><suffix>.wav. One value per cell is stored in new task_values/task_recordings tables (DB v3, additive migration). Export produces a .dekresult (values + recordings + consent log), checked with the core validateResult before writing so a bad archive can never reach the researcher. Records with empty/duplicate References are skipped at task import with a plain-language message (this app keys entries by Reference); audio columns without a suffix are rejected outright. All 45 pre-existing tests stay green; 24 new task tests. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LebVeDXrBBU46RpZ2kQET5
rulingAnts
pushed a commit
that referenced
this pull request
Jul 2, 2026
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01LebVeDXrBBU46RpZ2kQET5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.